|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfurny.ga.logger.StatisticsCache
public class StatisticsCache
Cache for GA statistics.
Field Summary | |
---|---|
private java.util.Map<java.util.List<java.lang.Object>,java.util.List<IndividualEntry>> |
individualCache
|
private static StatisticsCache |
INSTANCE
|
Constructor Summary | |
---|---|
private |
StatisticsCache()
|
Method Summary | |
---|---|
java.util.List<IndividualEntry> |
getIndiduals(java.lang.Long runId,
EventType... types)
|
static StatisticsCache |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final StatisticsCache INSTANCE
private final java.util.Map<java.util.List<java.lang.Object>,java.util.List<IndividualEntry>> individualCache
Constructor Detail |
---|
private StatisticsCache()
Method Detail |
---|
public static StatisticsCache getInstance()
public java.util.List<IndividualEntry> getIndiduals(java.lang.Long runId, EventType... types)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |